Fix a couple of comment typos (#421627)
authorRodney Dawes <dobey@novell.com>
Fri, 23 Mar 2007 14:06:52 +0000 (14:06 +0000)
committerRodney Dawes <dobey@src.gnome.org>
Fri, 23 Mar 2007 14:06:52 +0000 (14:06 +0000)
2007-03-23  Rodney Dawes  <dobey@novell.com>

* gtk/gtkicontheme.c: Fix a couple of comment typos (#421627)

svn path=/trunk/; revision=17559

ChangeLog
gtk/gtkicontheme.c

index b95efdce0a893752e1fad223ec86a5571aacec90..afbea912e59e649b83e47eecbb931c77eadd132f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-03-23  Rodney Dawes  <dobey@novell.com>
+
+       * gtk/gtkicontheme.c: Fix a couple of comment typos (#421627)
+
 2007-03-23  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkfilechooserdefault.c: Add a keybinding (C-h) to
index 9db5531c6906cd0f1e73f7e7430e07bf594c146a..3f07e61829775331882f819946f6568e8d132926 100644 (file)
@@ -2718,7 +2718,7 @@ icon_info_ensure_scale_and_pixbuf (GtkIconInfo *icon_info,
     return TRUE;
 
   /* At this point, we need to actually get the icon; either from the
-   * builting image or by loading the file
+   * builtin image or by loading the file
    */
   if (icon_info->cache_pixbuf)
     source_pixbuf = g_object_ref (icon_info->cache_pixbuf);
@@ -2753,7 +2753,7 @@ icon_info_ensure_scale_and_pixbuf (GtkIconInfo *icon_info,
    * the job. This is a bit of a waste when we scale here
    * and never get the final pixbuf; at the cost of a bit of
    * extra complexity, we could keep the source pixbuf around
-   * but not actually scale it until neede.
+   * but not actually scale it until needed.
    */
     
   if (icon_info->scale == 1.0)